home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213s.zoo / gawk-src-2.13 / atari / stack.c < prev    next >
Encoding:
Text File  |  1991-04-14  |  248 b   |  7 lines

  1. /*
  2.  * This value indicates an amount of reserved memory for a stack
  3.  * in executables - see source of a startup code for details.
  4.  * It can be changed without recompilation with fixstk.ttp utility.
  5.  */
  6. long _stksize = 2L; /* keep half of memory */
  7.